Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SIEM] [Cases] Unit tests for case UI components #63005

Merged
merged 14 commits into from
Apr 10, 2020

Conversation

stephmilovic
Copy link
Contributor

Summary

Adds a whole ton of unit tests to pages/case/components/ bringing the coverage in that directory to 98%:

Screen Shot 2020-04-08 at 12 31 40 PM

@stephmilovic stephmilovic added Team:SIEM v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.7.0 v7.8.0 labels Apr 8, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@stephmilovic stephmilovic marked this pull request as ready for review April 8, 2020 18:34
@stephmilovic stephmilovic requested a review from a team as a code owner April 8, 2020 18:34
@stephmilovic stephmilovic changed the title [SIEM] [Cases] Testing cases more [SIEM] [Cases] Unit tests for case UI components Apr 8, 2020
@@ -129,6 +134,39 @@ describe('AllCases', () => {
.text()
).toEqual('Showing 10 cases');
});
it('should render empty fields', () => {
Copy link
Member

@cnasikas cnasikas Apr 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should test the component at the initial render.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test contains subcomponents which proves the render of the initial component

@kibanamachine
Copy link
Contributor

💛 Build succeeded, but was flaky


Test Failures

Kibana Pipeline / kibana-oss-agent / Chrome UI Functional Tests.test/functional/apps/dashboard/dashboard_snapshots·js.dashboard app using current data dashboard snapshots compare TSVB snapshot

Link to Jenkins

Standard Out

Failed Tests Reporter:
  - Test has failed 3 times on tracked branches: https://github.com/elastic/kibana/issues/52854

[00:00:00]       │
[00:00:00]         └-: dashboard app
[00:00:00]           └-> "before all" hook
[00:00:00]           └-: using current data
[00:00:00]             └-> "before all" hook
[00:00:00]             └-> "before all" hook: loadCurrentData
[00:00:00]               │ info [logstash_functional] Unloading indices from "mappings.json"
[00:00:00]               │ info [logstash_functional] Unloading indices from "data.json.gz"
[00:00:01]               │ info [dashboard/current/data] Loading "mappings.json"
[00:00:01]               │ info [dashboard/current/data] Loading "data.json.gz"
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [animals-dogs-2018-01-01] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-dogs-2018-01-01"
[00:00:01]               │ debg [dashboard/current/data] "animals-dogs-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [animals-dogs-2018-04-10] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-dogs-2018-04-10"
[00:00:01]               │ debg [dashboard/current/data] "animals-dogs-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [animals-cats-2018-01-01] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:01]               │ info [dashboard/current/data] Created index "animals-cats-2018-01-01"
[00:00:01]               │ debg [dashboard/current/data] "animals-cats-2018-01-01" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:00:01]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [animals-cats-2018-04-10] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:02]               │ info [dashboard/current/data] Created index "animals-cats-2018-04-10"
[00:00:02]               │ debg [dashboard/current/data] "animals-cats-2018-04-10" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [dogbreeds] creating index, cause [api], templates [], shards [5]/[1], mappings [_doc]
[00:00:02]               │ info [dashboard/current/data] Created index "dogbreeds"
[00:00:02]               │ debg [dashboard/current/data] "dogbreeds" settings {"index":{"number_of_replicas":"1","number_of_shards":"5"}}
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:00:02]               │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [logstash-0] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:00:02]               │ info [dashboard/current/data] Created index "logstash-0"
[00:00:02]               │ debg [dashboard/current/data] "logstash-0" settings {"index":{"analysis":{"analyzer":{"makelogs_url":{"max_token_length":"1000","tokenizer":"uax_url_email","type":"standard"}}},"number_of_replicas":"0","number_of_shards":"1"}}
[00:00:11]               │ info progress: 7522
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-01-01"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-dogs-2018-04-10"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "animals-cats-2018-01-01"
[00:00:16]               │ info [dashboard/current/data] Indexed 5 docs into "animals-cats-2018-04-10"
[00:00:16]               │ info [dashboard/current/data] Indexed 6 docs into "dogbreeds"
[00:00:16]               │ info [dashboard/current/data] Indexed 14005 docs into "logstash-0"
[00:15:46]             └-: dashboard snapshots
[00:15:46]               └-> "before all" hook
[00:15:46]               └-> "before all" hook
[00:15:46]                 │ info [dashboard/current/kibana] Loading "mappings.json"
[00:15:46]                 │ info [dashboard/current/kibana] Loading "data.json.gz"
[00:15:46]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_1/6TNgH70iSzak1KzoBBkpYQ] deleting index
[00:15:46]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/WzMsxPfjRAuHbfDSrAmvtw] deleting index
[00:15:46]                 │ info [dashboard/current/kibana] Deleted existing index [".kibana_2",".kibana_1"]
[00:15:46]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:15:46]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana] creating index, cause [api], templates [], shards [1]/[0], mappings [_doc]
[00:15:46]                 │ info [dashboard/current/kibana] Created index ".kibana"
[00:15:46]                 │ debg [dashboard/current/kibana] ".kibana" settings {"index":{"auto_expand_replicas":"0-1","number_of_replicas":"0","number_of_shards":"1"}}
[00:15:46]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana/FvLN3CwOQ6yuq42hCcmghA] update_mapping [_doc]
[00:15:46]                 │ info [dashboard/current/kibana] Indexed 84 docs into ".kibana"
[00:15:46]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana/FvLN3CwOQ6yuq42hCcmghA] update_mapping [_doc]
[00:15:46]                 │ debg Migrating saved objects
[00:15:46]                 │ proc [kibana]   log   [14:23:50.984] [info][savedobjects-service] Creating index .kibana_2.
[00:15:46]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:15:46]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:15:47]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] updating number_of_replicas to [0] for indices [.kibana_2]
[00:15:47]                 │ proc [kibana]   log   [14:23:51.056] [info][savedobjects-service] Reindexing .kibana to .kibana_1
[00:15:47]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] applying create index request using v1 templates []
[00:15:47]                 │ info [o.e.c.m.MetadataCreateIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_1] creating index, cause [api], templates [], shards [1]/[1], mappings [_doc]
[00:15:47]                 │ info [o.e.c.r.a.AllocationService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] updating number_of_replicas to [0] for indices [.kibana_1]
[00:15:47]                 │ info [o.e.t.LoggingTaskListener] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] 9558 finished with response BulkByScrollResponse[took=42.1ms,timed_out=false,sliceId=null,updated=0,created=84,deleted=0,batches=1,versionConflicts=0,noops=0,retries=0,throttledUntil=0s,bulk_failures=[],search_failures=[]]
[00:15:47]                 │ info [o.e.c.m.MetadataDeleteIndexService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana/FvLN3CwOQ6yuq42hCcmghA] deleting index
[00:15:47]                 │ proc [kibana]   log   [14:23:51.393] [info][savedobjects-service] Migrating .kibana_1 saved objects to .kibana_2
[00:15:47]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/mdo26xlBTRGlDJs94cMwdw] update_mapping [_doc]
[00:15:47]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/mdo26xlBTRGlDJs94cMwdw] update_mapping [_doc]
[00:15:47]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/mdo26xlBTRGlDJs94cMwdw] update_mapping [_doc]
[00:15:47]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/mdo26xlBTRGlDJs94cMwdw] update_mapping [_doc]
[00:15:47]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/mdo26xlBTRGlDJs94cMwdw] update_mapping [_doc]
[00:15:47]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/mdo26xlBTRGlDJs94cMwdw] update_mapping [_doc]
[00:15:47]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/mdo26xlBTRGlDJs94cMwdw] update_mapping [_doc]
[00:15:47]                 │ proc [kibana]   log   [14:23:51.692] [info][savedobjects-service] Pointing alias .kibana to .kibana_2.
[00:15:47]                 │ proc [kibana]   log   [14:23:51.738] [info][savedobjects-service] Finished in 755ms.
[00:15:47]                 │ debg applying update to kibana config: {"accessibility:disableAnimations":true,"dateFormat:tz":"UTC"}
[00:15:48]                 │ info [o.e.c.m.MetadataMappingService] [kibana-ci-immutable-debian-tests-xl-1586526602350529557] [.kibana_2/mdo26xlBTRGlDJs94cMwdw] update_mapping [_doc]
[00:15:49]                 │ debg replacing kibana config doc: {"defaultIndex":"0bf35f60-3dc9-11e8-8660-4d65aa086b3c"}
[00:15:50]                 │ debg ======browser======== setWindowSize 1000 500
[00:15:50]                 │ debg ======browser======== actual initial screenshot size width=1200, height=800
[00:15:50]                 │ debg ======browser======== actual second screenshot size width= 600, height=400
[00:15:50]                 │ debg ======browser======== calculated values xBorder= 0, yBorder=0, xScaling=1, yScaling=1
[00:15:50]                 │ debg ======browser======== setting browser size to 1000 x 500
[00:15:51]                 │ debg ======browser======== final screenshot size width=1000, height=500
[00:15:51]                 │ debg navigating to dashboard url: http://localhost:6131/app/kibana#/dashboards
[00:15:51]                 │ debg navigate to: http://localhost:6131/app/kibana#/dashboards
[00:15:51]                 │ debg browser[INFO] http://localhost:6131/app/kibana?_t=1586528634996#/dashboards 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:15:51]                 │
[00:15:51]                 │ debg browser[INFO] http://localhost:6131/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:15:51]                 │ debg ... sleep(700) start
[00:15:51]                 │ debg ... sleep(700) end
[00:15:51]                 │ debg returned from get, calling refresh
[00:15:52]                 │ debg browser[INFO] http://localhost:6131/app/kibana?_t=1586528634996#/dashboards 341 Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'self'". Either the 'unsafe-inline' keyword, a hash ('sha256-P5polb1UreUSOe5V/Pv7tc+yeZuJXiOi/3fqhGsU7BE='), or a nonce ('nonce-...') is required to enable inline execution.
[00:15:52]                 │
[00:15:52]                 │ debg browser[INFO] http://localhost:6131/bundles/app/kibana/bootstrap.js 9:19 "^ A single error about an inline script not firing due to content security policy is expected!"
[00:15:52]                 │ debg currentUrl = http://localhost:6131/app/kibana#/dashboards
[00:15:52]                 │          appUrl = http://localhost:6131/app/kibana#/dashboards
[00:15:52]                 │ debg TestSubjects.find(kibanaChrome)
[00:15:52]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=60000
[00:15:55]                 │ debg TestSubjects.find(kibanaChrome)
[00:15:55]                 │ debg Find.findByCssSelector('[data-test-subj="kibanaChrome"]') with timeout=10000
[00:15:55]                 │ debg browser[INFO] http://localhost:6131/bundles/kbn-ui-shared-deps/kbn-ui-shared-deps.js 380:106115 "INFO: 2020-04-10T14:23:58Z
[00:15:55]                 │        Adding connection to http://localhost:6131/elasticsearch
[00:15:55]                 │
[00:15:55]                 │      "
[00:15:55]                 │ debg ... sleep(501) start
[00:15:56]                 │ debg ... sleep(501) end
[00:15:56]                 │ debg in navigateTo url = http://localhost:6131/app/kibana#/dashboards?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:now-15m,to:now))
[00:15:56]                 │ debg TestSubjects.exists(statusPageContainer)
[00:15:56]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="statusPageContainer"]') with timeout=2500
[00:15:58]                 │ debg --- retry.tryForTime error: [data-test-subj="statusPageContainer"] is not displayed
[00:15:59]               └-> compare TSVB snapshot
[00:15:59]                 └-> "before each" hook: global before each
[00:15:59]                 │ debg gotoDashboardLandingPage
[00:15:59]                 │ debg onDashboardLandingPage
[00:15:59]                 │ debg TestSubjects.exists(dashboardLandingPage)
[00:15:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardLandingPage"]') with timeout=5000
[00:15:59]                 │ debg TestSubjects.exists(newItemButton)
[00:15:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="newItemButton"]') with timeout=2500
[00:15:59]                 │ debg TestSubjects.click(newItemButton)
[00:15:59]                 │ debg Find.clickByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:15:59]                 │ debg Find.findByCssSelector('[data-test-subj="newItemButton"]') with timeout=10000
[00:15:59]                 │ debg Setting absolute range to Apr 9, 2018 @ 00:00:00.000 to Apr 13, 2018 @ 00:00:00.000
[00:15:59]                 │ debg TestSubjects.exists(superDatePickerToggleQuickMenuButton)
[00:15:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerToggleQuickMenuButton"]') with timeout=20000
[00:15:59]                 │ debg TestSubjects.exists(superDatePickerShowDatesButton)
[00:15:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=2500
[00:15:59]                 │ debg TestSubjects.click(superDatePickerShowDatesButton)
[00:15:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:15:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerShowDatesButton"]') with timeout=10000
[00:15:59]                 │ debg TestSubjects.exists(superDatePickerstartDatePopoverButton)
[00:15:59]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=2500
[00:15:59]                 │ debg TestSubjects.click(superDatePickerendDatePopoverButton)
[00:15:59]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:15:59]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerendDatePopoverButton"]') with timeout=10000
[00:16:00]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:16:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:16:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:16:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:16:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:16:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:16:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:16:00]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Apr 13, 2018 @ 00:00:00.000)
[00:16:00]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:16:00]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:16:00]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:16:00]                 │ debg ... sleep(500) start
[00:16:01]                 │ debg ... sleep(500) end
[00:16:01]                 │ debg TestSubjects.click(superDatePickerstartDatePopoverButton)
[00:16:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:16:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerstartDatePopoverButton"]') with timeout=10000
[00:16:01]                 │ debg Find.waitForElementStale with timeout=10000
[00:16:01]                 │ debg Find.findByCssSelector('div.euiPopover__panel-isOpen') with timeout=10000
[00:16:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteTab)
[00:16:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:16:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteTab"]') with timeout=10000
[00:16:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:16:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:16:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:16:01]                 │ debg TestSubjects.setValue(superDatePickerAbsoluteDateInput, Apr 9, 2018 @ 00:00:00.000)
[00:16:01]                 │ debg TestSubjects.click(superDatePickerAbsoluteDateInput)
[00:16:01]                 │ debg Find.clickByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:16:01]                 │ debg Find.findByCssSelector('[data-test-subj="superDatePickerAbsoluteDateInput"]') with timeout=10000
[00:16:02]                 │ debg TestSubjects.exists(superDatePickerApplyTimeButton)
[00:16:02]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="superDatePickerApplyTimeButton"]') with timeout=2500
[00:16:04]                 │ debg --- retry.tryForTime error: [data-test-subj="superDatePickerApplyTimeButton"] is not displayed
[00:16:05]                 │ debg TestSubjects.click(querySubmitButton)
[00:16:05]                 │ debg Find.clickByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:16:05]                 │ debg Find.findByCssSelector('[data-test-subj="querySubmitButton"]') with timeout=10000
[00:16:05]                 │ debg Find.waitForElementStale with timeout=10000
[00:16:05]                 │ debg TestSubjects.exists(globalLoadingIndicator-hidden)
[00:16:05]                 │ debg Find.existsByCssSelector('[data-test-subj="globalLoadingIndicator-hidden"]') with timeout=100000
[00:16:05]                 │ debg DashboardAddPanel.addEmbeddable, name: Rendering Test: tsvb-ts, type: visualization
[00:16:05]                 │ debg DashboardAddPanel.ensureAddPanelIsShowing
[00:16:05]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:16:05]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:16:05]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:16:08]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:16:08]                 │ debg DashboardAddPanel.clickOpenAddPanel
[00:16:08]                 │ debg TestSubjects.click(dashboardAddPanelButton)
[00:16:08]                 │ debg Find.clickByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:16:08]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanelButton"]') with timeout=10000
[00:16:09]                 │ debg ... sleep(500) start
[00:16:09]                 │ debg ... sleep(500) end
[00:16:09]                 │ debg DashboardAddPanel.isAddPanelOpen
[00:16:09]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:16:09]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=2500
[00:16:09]                 │ debg DashboardAddPanel.addToFilter(visualization)
[00:16:09]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:16:10]                 │ debg DashboardAddPanel.toggleFilter
[00:16:10]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:16:10]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:16:10]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:16:10]                 │ debg TestSubjects.click(savedObjectFinderFilter-visualization)
[00:16:10]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:16:10]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilter-visualization"]') with timeout=10000
[00:16:10]                 │ debg DashboardAddPanel.toggleFilter
[00:16:10]                 │ debg TestSubjects.click(savedObjectFinderFilterButton)
[00:16:10]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:16:10]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderFilterButton"]') with timeout=10000
[00:16:10]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:16:10]                 │ debg TestSubjects.setValue(savedObjectFinderSearchInput, "Rendering Test: tsvb ts")
[00:16:10]                 │ debg TestSubjects.click(savedObjectFinderSearchInput)
[00:16:10]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:16:10]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectFinderSearchInput"]') with timeout=10000
[00:16:11]                 │ debg Find.waitForDeletedByCssSelector('[data-test-subj="savedObjectFinderLoadingIndicator"]') with timeout=10000
[00:16:12]                 │ debg TestSubjects.click(savedObjectTitleRendering-Test:-tsvb-ts)
[00:16:12]                 │ debg Find.clickByCssSelector('[data-test-subj="savedObjectTitleRendering-Test:-tsvb-ts"]') with timeout=10000
[00:16:12]                 │ debg Find.findByCssSelector('[data-test-subj="savedObjectTitleRendering-Test:-tsvb-ts"]') with timeout=10000
[00:16:12]                 │ debg TestSubjects.exists(addObjectToDashboardSuccess)
[00:16:12]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="addObjectToDashboardSuccess"]') with timeout=2500
[00:16:14]                 │ debg --- retry.tryForTime error: [data-test-subj="addObjectToDashboardSuccess"] is not displayed
[00:16:15]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:16:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:16:15]                 │ debg Closing flyout dashboardAddPanel
[00:16:15]                 │ debg TestSubjects.find(dashboardAddPanel)
[00:16:15]                 │ debg Find.findByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=10000
[00:16:15]                 │ debg Waiting up to 20000ms for flyout closed...
[00:16:15]                 │ debg TestSubjects.exists(dashboardAddPanel)
[00:16:15]                 │ debg Find.existsByDisplayedByCssSelector('[data-test-subj="dashboardAddPanel"]') with timeout=1000
[00:16:16]                 │ debg --- retry.tryForTime error: [data-test-subj="dashboardAddPanel"] is not displayed
[00:16:17]                 │ debg Find.existsByCssSelector('.euiToast') with timeout=2500
[00:16:17]                 │ debg Find.findByCssSelector('.euiToast') with timeout=20000
[00:16:17]                 │ debg Find.findByCssSelector('.euiToastHeader__title') with timeout=10000
[00:16:27]                 │ info Taking screenshot "/dev/shm/workspace/kibana/test/functional/screenshots/failure/dashboard app using current data dashboard snapshots compare TSVB snapshot.png"
[00:16:27]                 │ info Current URL is: http://localhost:6131/app/kibana#/dashboard?_a=(description:%27%27,filters:!(),fullScreenMode:!f,options:(hidePanelTitles:!f,useMargins:!t),panels:!((embeddableConfig:(),gridData:(h:15,i:%273123f9b4-003f-42d7-92f1-95305b9490f9%27,w:24,x:0,y:0),id:c40f4d40-3dcc-11e8-8660-4d65aa086b3c,panelIndex:%273123f9b4-003f-42d7-92f1-95305b9490f9%27,type:visualization,version:%278.0.0-SNAPSHOT%27)),query:(language:kuery,query:%27%27),timeRestore:!f,title:%27%27,viewMode:edit)&_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:%272018-04-09T00:00:00.000Z%27,to:%272018-04-13T00:00:00.000Z%27))
[00:16:27]                 │ info Saving page source to: /dev/shm/workspace/kibana/test/functional/failure_debug/html/dashboard app using current data dashboard snapshots compare TSVB snapshot.html
[00:16:27]                 └- ✖ fail: "dashboard app using current data dashboard snapshots compare TSVB snapshot"
[00:16:27]                 │

Stack Trace

{ TimeoutError: Waiting for element to be located By(css selector, .euiToastHeader__title)
Wait timed out after 10050ms
    at /dev/shm/workspace/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at process._tickCallback (internal/process/next_tick.js:68:7) name: 'TimeoutError', remoteStacktrace: '' }

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@cnasikas cnasikas self-requested a review April 10, 2020 15:53
Copy link
Member

@cnasikas cnasikas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Great job on these tests!

@stephmilovic stephmilovic merged commit 55a3cc4 into elastic:master Apr 10, 2020
@stephmilovic stephmilovic deleted the testing-cases-more branch April 10, 2020 15:55
stephmilovic added a commit to stephmilovic/kibana that referenced this pull request Apr 10, 2020
@kibanamachine
Copy link
Contributor

Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.

@kibanamachine kibanamachine added backport missing Added to PRs automatically when the are determined to be missing a backport. and removed backport missing Added to PRs automatically when the are determined to be missing a backport. labels Apr 14, 2020
majagrubic pushed a commit to majagrubic/kibana that referenced this pull request Apr 16, 2020
majagrubic pushed a commit that referenced this pull request Apr 22, 2020
* Attempt at deangularization, nr.2

* Remove padding in fullscreen

* Fixing failing functional test

* Fixing remaining functional test

* Fixing typescript errors

* Fixing filter bar not being visible in fullscreen

* Fixing filter bar not being visible in fullscreen

* Rebasing against master

* Fixing a small leftover

* Fix order of functions

* Fixing linting error

* Changing noPadding to a custom class

* Use filterManagers to handle filters

* Rename class

* Attempt at deangularization, nr.2

* Remove padding in fullscreen

* Fixing failing functional test

* Fixing remaining functional test

* Fixing typescript errors

* Fixing filter bar not being visible in fullscreen

* Fixing filter bar not being visible in fullscreen

* Rebasing against master

* Fixing a small leftover

* Fix order of functions

* Fixing linting error

* [APM] Agent config select box doesn't work on IE (#63236)

* adding value property to select options

* fixing test

* Use globe icon for "ext" span type on service map (#63205)

Both "external" and "ext" can be returned and should have the same icon.

* Move shared vislib components into Charts plugin (#62957)

* Closes #56310

Move shared vislib components into Charts plugin

* Fixed imports in tests

* Changed i18n IDs to match charts namespace

* Renamed ColorSchemaVislibParams to ColorSchemaParams, added enums and got rid of useValidation function

* Renamed ColorSchemaVislibParams to ColorSchemaParams and got rid of useValidation function

* Fixed merge conflict

* Replaced enums with objects again

* Make uptime alert flyout test a little more resilient (#62702)

* [SIEM] [Cases] Unit tests for case UI components (#63005)

* Endpoint: Remove unused `lib` module (#63248)

* [Lens] Fix error in query from generated suggestion (#63018)

* [Lens] Fix error in query from generated suggestion

* Update from review comments

* Fix test

Co-authored-by: Elastic Machine <[email protected]>

* Resolver/node svg 2 html (#62958)

* Remove some SVG in Resolver nodes and replace with HTML

* [Reporting] convert all server unit tests to TypeScript (#62873)

* [Reporting] convert all server unit tests to TypeScript

* fix ts

* revert unrelated change

* [SIEM] Link ML Rule card CTA to license_management (#63210)

* Link ML Rule card CTA to license_management

Taking the user directly to the license management page within kibana
(where they could immediately start a trial subscription) is much more
actionable than taking them to the subscriptions marketing page.

* Revert translation key change

Neither of these is totally accurate, and there've already been
translations written for the old one.

* Correctly type ILM's optional dependencies as optional (#63255)

And guard against their absence.

* [Telemetry] use prod keys (#63263)

* update chromedriver dependency to 81.0.0 (#63266)

* task/mac-eventing-form (#62999)

adds mac events form for endpoint policy details
Co-authored-by: oatkiller <[email protected]>

* bc6 rule import april 9 (#63152)

* bc6 rule import april 9

Increased the lookback of the ML rules

* re-import

with LF chars

Co-authored-by: Elastic Machine <[email protected]>

* Added UI for pre-configured connectors. (#63074)

* Added UI for pre-configured connectors.

* fixed due to comments

* Fixed jest tests

* Fixed due to comments and added some functional tests

* test fix

* Fixed failed checks

* Fixed functional tests failing

* TaskManager tasks scheduled without attempting to run (#62078)

* TaskManager tasks scheduled without attempting to run

* Removing unused import

Co-authored-by: Elastic Machine <[email protected]>

* Changed alerting wrong param name for help xpack.encrypted_saved_objects.encryptionKey to xpack.encryptedSavedObjects.encryptionKey (#63307)

* fix ScopedHistory.createHref to prepend location with scoped history basePath (#62407)

* fix createHref to prepend with scoped history basePath + add option to exclude it.

* fix prependBasePath behavior

* fix test plugins urls

* add pathname to endpoint url builder methods

* Revert "add pathname to endpoint url builder methods"

This reverts commit 7604932

* adapt createHref instead of prependBasePath

* use object options for createHref

* update generated doc

* fixing custom link popover size and hiding scroll (#63240)

* Changing noPadding to a custom class

* Use filterManagers to handle filters

* Rename class

* Applying some changes

* Reverting search_bar code changes

* Removing some stuff that was causing functional tests to fail

* Removing refresh dashboard container which was causing errors during navigation

* Do not destroy dashboardContainer

* Adding updateSavedQueryId method

Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Cauê Marcondes <[email protected]>
Co-authored-by: Nathan L Smith <[email protected]>
Co-authored-by: DianaDerevyankina <[email protected]>
Co-authored-by: Brian Seeders <[email protected]>
Co-authored-by: Steph Milovic <[email protected]>
Co-authored-by: Robert Austin <[email protected]>
Co-authored-by: Wylie Conlon <[email protected]>
Co-authored-by: Brent Kimmel <[email protected]>
Co-authored-by: Tim Sullivan <[email protected]>
Co-authored-by: Ryland Herrick <[email protected]>
Co-authored-by: CJ Cenizal <[email protected]>
Co-authored-by: Ahmad Bamieh <[email protected]>
Co-authored-by: Dmitry Lemeshko <[email protected]>
Co-authored-by: Candace Park <[email protected]>
Co-authored-by: The SpaceCake Project <[email protected]>
Co-authored-by: Yuliia Naumenko <[email protected]>
Co-authored-by: Brandon Kobel <[email protected]>
Co-authored-by: Pierre Gayvallet <[email protected]>
majagrubic pushed a commit to majagrubic/kibana that referenced this pull request Apr 22, 2020
* Attempt at deangularization, nr.2

* Remove padding in fullscreen

* Fixing failing functional test

* Fixing remaining functional test

* Fixing typescript errors

* Fixing filter bar not being visible in fullscreen

* Fixing filter bar not being visible in fullscreen

* Rebasing against master

* Fixing a small leftover

* Fix order of functions

* Fixing linting error

* Changing noPadding to a custom class

* Use filterManagers to handle filters

* Rename class

* Attempt at deangularization, nr.2

* Remove padding in fullscreen

* Fixing failing functional test

* Fixing remaining functional test

* Fixing typescript errors

* Fixing filter bar not being visible in fullscreen

* Fixing filter bar not being visible in fullscreen

* Rebasing against master

* Fixing a small leftover

* Fix order of functions

* Fixing linting error

* [APM] Agent config select box doesn't work on IE (elastic#63236)

* adding value property to select options

* fixing test

* Use globe icon for "ext" span type on service map (elastic#63205)

Both "external" and "ext" can be returned and should have the same icon.

* Move shared vislib components into Charts plugin (elastic#62957)

* Closes elastic#56310

Move shared vislib components into Charts plugin

* Fixed imports in tests

* Changed i18n IDs to match charts namespace

* Renamed ColorSchemaVislibParams to ColorSchemaParams, added enums and got rid of useValidation function

* Renamed ColorSchemaVislibParams to ColorSchemaParams and got rid of useValidation function

* Fixed merge conflict

* Replaced enums with objects again

* Make uptime alert flyout test a little more resilient (elastic#62702)

* [SIEM] [Cases] Unit tests for case UI components (elastic#63005)

* Endpoint: Remove unused `lib` module (elastic#63248)

* [Lens] Fix error in query from generated suggestion (elastic#63018)

* [Lens] Fix error in query from generated suggestion

* Update from review comments

* Fix test

Co-authored-by: Elastic Machine <[email protected]>

* Resolver/node svg 2 html (elastic#62958)

* Remove some SVG in Resolver nodes and replace with HTML

* [Reporting] convert all server unit tests to TypeScript (elastic#62873)

* [Reporting] convert all server unit tests to TypeScript

* fix ts

* revert unrelated change

* [SIEM] Link ML Rule card CTA to license_management (elastic#63210)

* Link ML Rule card CTA to license_management

Taking the user directly to the license management page within kibana
(where they could immediately start a trial subscription) is much more
actionable than taking them to the subscriptions marketing page.

* Revert translation key change

Neither of these is totally accurate, and there've already been
translations written for the old one.

* Correctly type ILM's optional dependencies as optional (elastic#63255)

And guard against their absence.

* [Telemetry] use prod keys (elastic#63263)

* update chromedriver dependency to 81.0.0 (elastic#63266)

* task/mac-eventing-form (elastic#62999)

adds mac events form for endpoint policy details
Co-authored-by: oatkiller <[email protected]>

* bc6 rule import april 9 (elastic#63152)

* bc6 rule import april 9

Increased the lookback of the ML rules

* re-import

with LF chars

Co-authored-by: Elastic Machine <[email protected]>

* Added UI for pre-configured connectors. (elastic#63074)

* Added UI for pre-configured connectors.

* fixed due to comments

* Fixed jest tests

* Fixed due to comments and added some functional tests

* test fix

* Fixed failed checks

* Fixed functional tests failing

* TaskManager tasks scheduled without attempting to run (elastic#62078)

* TaskManager tasks scheduled without attempting to run

* Removing unused import

Co-authored-by: Elastic Machine <[email protected]>

* Changed alerting wrong param name for help xpack.encrypted_saved_objects.encryptionKey to xpack.encryptedSavedObjects.encryptionKey (elastic#63307)

* fix ScopedHistory.createHref to prepend location with scoped history basePath (elastic#62407)

* fix createHref to prepend with scoped history basePath + add option to exclude it.

* fix prependBasePath behavior

* fix test plugins urls

* add pathname to endpoint url builder methods

* Revert "add pathname to endpoint url builder methods"

This reverts commit 7604932

* adapt createHref instead of prependBasePath

* use object options for createHref

* update generated doc

* fixing custom link popover size and hiding scroll (elastic#63240)

* Changing noPadding to a custom class

* Use filterManagers to handle filters

* Rename class

* Applying some changes

* Reverting search_bar code changes

* Removing some stuff that was causing functional tests to fail

* Removing refresh dashboard container which was causing errors during navigation

* Do not destroy dashboardContainer

* Adding updateSavedQueryId method

Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Cauê Marcondes <[email protected]>
Co-authored-by: Nathan L Smith <[email protected]>
Co-authored-by: DianaDerevyankina <[email protected]>
Co-authored-by: Brian Seeders <[email protected]>
Co-authored-by: Steph Milovic <[email protected]>
Co-authored-by: Robert Austin <[email protected]>
Co-authored-by: Wylie Conlon <[email protected]>
Co-authored-by: Brent Kimmel <[email protected]>
Co-authored-by: Tim Sullivan <[email protected]>
Co-authored-by: Ryland Herrick <[email protected]>
Co-authored-by: CJ Cenizal <[email protected]>
Co-authored-by: Ahmad Bamieh <[email protected]>
Co-authored-by: Dmitry Lemeshko <[email protected]>
Co-authored-by: Candace Park <[email protected]>
Co-authored-by: The SpaceCake Project <[email protected]>
Co-authored-by: Yuliia Naumenko <[email protected]>
Co-authored-by: Brandon Kobel <[email protected]>
Co-authored-by: Pierre Gayvallet <[email protected]>
majagrubic pushed a commit that referenced this pull request Apr 22, 2020
* Attempt at deangularization, nr.2

* Remove padding in fullscreen

* Fixing failing functional test

* Fixing remaining functional test

* Fixing typescript errors

* Fixing filter bar not being visible in fullscreen

* Fixing filter bar not being visible in fullscreen

* Rebasing against master

* Fixing a small leftover

* Fix order of functions

* Fixing linting error

* Changing noPadding to a custom class

* Use filterManagers to handle filters

* Rename class

* Attempt at deangularization, nr.2

* Remove padding in fullscreen

* Fixing failing functional test

* Fixing remaining functional test

* Fixing typescript errors

* Fixing filter bar not being visible in fullscreen

* Fixing filter bar not being visible in fullscreen

* Rebasing against master

* Fixing a small leftover

* Fix order of functions

* Fixing linting error

* [APM] Agent config select box doesn't work on IE (#63236)

* adding value property to select options

* fixing test

* Use globe icon for "ext" span type on service map (#63205)

Both "external" and "ext" can be returned and should have the same icon.

* Move shared vislib components into Charts plugin (#62957)

* Closes #56310

Move shared vislib components into Charts plugin

* Fixed imports in tests

* Changed i18n IDs to match charts namespace

* Renamed ColorSchemaVislibParams to ColorSchemaParams, added enums and got rid of useValidation function

* Renamed ColorSchemaVislibParams to ColorSchemaParams and got rid of useValidation function

* Fixed merge conflict

* Replaced enums with objects again

* Make uptime alert flyout test a little more resilient (#62702)

* [SIEM] [Cases] Unit tests for case UI components (#63005)

* Endpoint: Remove unused `lib` module (#63248)

* [Lens] Fix error in query from generated suggestion (#63018)

* [Lens] Fix error in query from generated suggestion

* Update from review comments

* Fix test

Co-authored-by: Elastic Machine <[email protected]>

* Resolver/node svg 2 html (#62958)

* Remove some SVG in Resolver nodes and replace with HTML

* [Reporting] convert all server unit tests to TypeScript (#62873)

* [Reporting] convert all server unit tests to TypeScript

* fix ts

* revert unrelated change

* [SIEM] Link ML Rule card CTA to license_management (#63210)

* Link ML Rule card CTA to license_management

Taking the user directly to the license management page within kibana
(where they could immediately start a trial subscription) is much more
actionable than taking them to the subscriptions marketing page.

* Revert translation key change

Neither of these is totally accurate, and there've already been
translations written for the old one.

* Correctly type ILM's optional dependencies as optional (#63255)

And guard against their absence.

* [Telemetry] use prod keys (#63263)

* update chromedriver dependency to 81.0.0 (#63266)

* task/mac-eventing-form (#62999)

adds mac events form for endpoint policy details
Co-authored-by: oatkiller <[email protected]>

* bc6 rule import april 9 (#63152)

* bc6 rule import april 9

Increased the lookback of the ML rules

* re-import

with LF chars

Co-authored-by: Elastic Machine <[email protected]>

* Added UI for pre-configured connectors. (#63074)

* Added UI for pre-configured connectors.

* fixed due to comments

* Fixed jest tests

* Fixed due to comments and added some functional tests

* test fix

* Fixed failed checks

* Fixed functional tests failing

* TaskManager tasks scheduled without attempting to run (#62078)

* TaskManager tasks scheduled without attempting to run

* Removing unused import

Co-authored-by: Elastic Machine <[email protected]>

* Changed alerting wrong param name for help xpack.encrypted_saved_objects.encryptionKey to xpack.encryptedSavedObjects.encryptionKey (#63307)

* fix ScopedHistory.createHref to prepend location with scoped history basePath (#62407)

* fix createHref to prepend with scoped history basePath + add option to exclude it.

* fix prependBasePath behavior

* fix test plugins urls

* add pathname to endpoint url builder methods

* Revert "add pathname to endpoint url builder methods"

This reverts commit 7604932

* adapt createHref instead of prependBasePath

* use object options for createHref

* update generated doc

* fixing custom link popover size and hiding scroll (#63240)

* Changing noPadding to a custom class

* Use filterManagers to handle filters

* Rename class

* Applying some changes

* Reverting search_bar code changes

* Removing some stuff that was causing functional tests to fail

* Removing refresh dashboard container which was causing errors during navigation

* Do not destroy dashboardContainer

* Adding updateSavedQueryId method

Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Cauê Marcondes <[email protected]>
Co-authored-by: Nathan L Smith <[email protected]>
Co-authored-by: DianaDerevyankina <[email protected]>
Co-authored-by: Brian Seeders <[email protected]>
Co-authored-by: Steph Milovic <[email protected]>
Co-authored-by: Robert Austin <[email protected]>
Co-authored-by: Wylie Conlon <[email protected]>
Co-authored-by: Brent Kimmel <[email protected]>
Co-authored-by: Tim Sullivan <[email protected]>
Co-authored-by: Ryland Herrick <[email protected]>
Co-authored-by: CJ Cenizal <[email protected]>
Co-authored-by: Ahmad Bamieh <[email protected]>
Co-authored-by: Dmitry Lemeshko <[email protected]>
Co-authored-by: Candace Park <[email protected]>
Co-authored-by: The SpaceCake Project <[email protected]>
Co-authored-by: Yuliia Naumenko <[email protected]>
Co-authored-by: Brandon Kobel <[email protected]>
Co-authored-by: Pierre Gayvallet <[email protected]>

Co-authored-by: Elastic Machine <[email protected]>
Co-authored-by: Cauê Marcondes <[email protected]>
Co-authored-by: Nathan L Smith <[email protected]>
Co-authored-by: DianaDerevyankina <[email protected]>
Co-authored-by: Brian Seeders <[email protected]>
Co-authored-by: Steph Milovic <[email protected]>
Co-authored-by: Robert Austin <[email protected]>
Co-authored-by: Wylie Conlon <[email protected]>
Co-authored-by: Brent Kimmel <[email protected]>
Co-authored-by: Tim Sullivan <[email protected]>
Co-authored-by: Ryland Herrick <[email protected]>
Co-authored-by: CJ Cenizal <[email protected]>
Co-authored-by: Ahmad Bamieh <[email protected]>
Co-authored-by: Dmitry Lemeshko <[email protected]>
Co-authored-by: Candace Park <[email protected]>
Co-authored-by: The SpaceCake Project <[email protected]>
Co-authored-by: Yuliia Naumenko <[email protected]>
Co-authored-by: Brandon Kobel <[email protected]>
Co-authored-by: Pierre Gayvallet <[email protected]>
@MindyRS MindyRS added the Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. label Sep 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Team:SIEM v7.7.0 v7.8.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants